export declare function isValidRG(rg: string): boolean;
export declare function formatRG(rg: string): string;
