declare class CopyServiceController { constructor(); copy(val: string, showToast?: boolean): Promise; } export declare const CopyService: CopyServiceController; export {};