export declare const protectString: (input: string) => string; export declare const revealString: (encoded: string) => string; export declare const createUniqueRandomIntGenerator: (min: number, max: number) => () => number;