export declare function formatTSFile(filePath: string): void; export declare function readPackageSync({ cwd, normalize, }?: { cwd?: string; normalize?: boolean; }): any; export declare function stripIndent(string: string): string; export declare const inputPromptStringValue: (identifier: string, defaultValue?: string | null) => Promise; type Names = Record<'className' | 'dotName' | 'fileName' | 'constantName', string>; export declare function names(origin: string): Names | undefined; export declare const updateGitIgnore: (patterns: string[], cwd?: string) => void; export {}; //# sourceMappingURL=index.d.ts.map