import { IGoatInternalProjectConfig } from './index';
/**
 * Check if goat is initialized and get the config
 */
export default function goatConfig(): Promise<IGoatInternalProjectConfig>;
