import { Config } from '@joystream/warthog'; import { GeneratorContext } from './SourcesGenerator'; export declare class ConfigProvider { readonly config: Config; readonly cliGeneratedPath: string; constructor(); withGeneratedFolderRelPath(name: string): GeneratorContext; getDestFolder(name: string): string; getMigrationsFolder(): string; }