interface GetConfigPathOptions { filename?: string; ancestorsLookup?: boolean; } /** * Get the path of the typescript config file for a given directory */ export declare const getConfigPath: (dir: string, { filename, ancestorsLookup }?: GetConfigPathOptions) => string | undefined; export {}; //# sourceMappingURL=get-config-path.d.ts.map