export type SpecMimeType = 'yaml' | 'json';
export declare const getSpecMimeType: (filePath: string) => SpecMimeType;
export declare const executeGenerationAction: () => Promise<void>;
