export declare const toUrlSafeString: (str: string) => string;
export declare const createRandomString: (len: number) => string;
