/** Resolve cwd to the same absolute, realpath'd form the profile selector and * manifest use. Falls back to the plain resolved path when it cannot be stat'd. */ export declare function resolveBindingCwd(cwd: string): string; export declare function getDefaultProfileId(cwd: string): string | null; export declare function setDefaultProfileId(cwd: string, profileId: string): void; export declare function clearDefaultProfile(cwd: string): void;