export declare function validatePRC(input: string): boolean; export declare function formatPRC(input: string): string | null;