import types from './types'; declare function copy(text: string, cb?: types.AnyFn): void; export default copy;