import { FxError, Result } from "@microsoft/teamsfx-api"; import { CoreHookContext } from "../types"; export declare function loadProjectSettingsByProjectPathV2(projectPath: string): Promise>; export declare function shouldIgnored(ctx: CoreHookContext): boolean; export declare function getProjectSettingsPath(projectPath: string): string; export declare function getProjectSettingPathV2(projectPath: string): string; //# sourceMappingURL=projectSettingsLoader.d.ts.map