export declare const nameGenerator: (basename: string, possibleOptions: Record<string, boolean>) => string;
