export declare function sanitize(input: string): string; export declare function add(secret: string): void; export declare function clear(): void;