import { IProjectConfig } from "../../@types/index"; /** * Gets the project's configuration from the current * directory. * * If not available on filesystem then it returns `IProjectConfigUnfilled`. */ export declare function getProjectConfig(): IProjectConfig; //# sourceMappingURL=getProjectConfig.d.ts.map