import * as exceptions from '../../exceptions'; export declare function cleanUnicode(value: string, deletechars?: string, stripPrefix?: string | string[]): [string, exceptions.InvalidFormat | null];