export declare function validateSSS(input: string): boolean; export declare function formatSSS(input: string): string | null;