export declare function copy(text: string, options?: Record<string, any>): boolean;
export default copy;
