export declare const ANCHOR_SHARP_REGEXP: RegExp;
export type ANCHOR_CONTAINER = HTMLElement | Window;
export declare function getOffsetTop(target: HTMLElement, container: ANCHOR_CONTAINER): number;
export declare function copyText(text: string): void;