import type { CustomProviderProfileSpec } from "../custom-provider-profile.js"; import type { ProviderProfileLayer } from "../provider-profile.js"; export declare function customProfileLayer(spec: CustomProviderProfileSpec | undefined): ProviderProfileLayer | undefined;