export declare function normalize(string: string, encodingSlash?: boolean): string;
export declare const castToError: (err: any) => Error;
export declare const safeJSON: (text: string) => any;
export declare const sleep: (ms: number) => Promise<unknown>;
