export interface SchemaFileAnswers { schema_path: string; } export declare const code: () => Promise;