import type {Nullable} from '@gecut/types';
export declare const sanitize: <T extends Nullable<string>>(str: T) => T;
//# sourceMappingURL=string.d.ts.map
