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