import type { WorkspaceRootConfig } from '@tscmono/config/schemas-types/root'; import type { WorkspaceConfig } from '@tscmono/config/schemas-types/workspace'; /** * Cached version of the [[getRepoConfig | Get Repo Config]] function * @category Cache */ export declare const repoConfig: import("@tscmono/utils").CacheDescriptor; /** * Obtain the monorepo `tscmono` config using cosmiconfig * @param rootDir Optional directory from which to obtain the repo config * @category Config */ export declare const getConfig: (rootDir?: string) => Promise; //# sourceMappingURL=config.d.ts.map