import { IDoConfig } from "../../@types/index"; /** * **getDefaultConfig** * * If the `command` is not specified it returns the default config file * with **all** sections filled in. If you want only a only a single * section then you can name it (where "global" is what it says on * the tin). */ export declare function getDefaultConfig(command?: keyof IDoConfig): import("../../@types/index").IDoGlobalConfig | import("../../@types/index").IDoBuildConfig | import("../../@types/index").IDoPkgConfig | IDoConfig | undefined; export declare function getFullDefaultConfig(): IDoConfig; //# sourceMappingURL=getDefaultConfig.d.ts.map