export declare function isValidProfileName(value: string): boolean; export declare function normalizeProfileName(raw?: string | null): string | null;