import { BeagleTsConfig } from '../types';
export declare const getProjectConfigsFile: () => Promise<BeagleTsConfig>;
