export declare function generateNameVariants(raw: string): Record<string, string>;
