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