export declare const getConfigFromFile: (configPath?: string | undefined) => Record<string, unknown>;
export declare const getModelsPaths: (basePath?: string | undefined) => string[];
export declare const cleanOutputPath: (outputPath: string) => string;
