import type { ResourceProfileKind, ResourceProfileSettings } from "./settings-manager.ts"; export declare function resourceProfileKindFilterEqual(a: ResourceProfileSettings[ResourceProfileKind] | undefined, b: ResourceProfileSettings[ResourceProfileKind] | undefined): boolean; export declare function resourceProfileSettingsEqual(a: ResourceProfileSettings, b: ResourceProfileSettings): boolean; export declare function resourceProfileSettingsChangedKinds(a: ResourceProfileSettings, b: ResourceProfileSettings): Set; //# sourceMappingURL=resource-profile-equality.d.ts.map