import type { PrimitiveMap } from "@garden-io/grow-sdk/util/types"; import type { ConfigWrapper } from "./wrapper"; export declare function findConfig({ workingDirectory, allowInvalid, scan, cliInputs, }: { workingDirectory: string; allowInvalid?: boolean; scan?: boolean; cliInputs: PrimitiveMap; }): Promise;