import { TsBakeryConfig } from './TsBakeryConfig';
export default class TsBakeryConfigLoader {
    private static readonly CONFIG_FILE_NAME;
    static load(): TsBakeryConfig;
    static getSourceRoot(config?: TsBakeryConfig): string;
    static getConfigDirectory(): string;
    private static findConfigFile;
}
