declare function copy(text: string): boolean;
export default copy;
