export declare type SwaggerDocFormatType = 'yaml' | 'json';
export interface SwaggerDocFormatData {
    path: string;
    name: string;
    content?: string;
}
//# sourceMappingURL=type.d.ts.map