export interface TsBakeryConfig {
    sourceRoot?: string;
}
export declare const DEFAULT_TS_BAKERY_CONFIG: TsBakeryConfig;
