export declare class NativelyClipboard { private readonly id; copy(text: string): void; paste(paste_callback: Function): void; }