/** * ARM API versions for each resource type. * These are the stable API versions recommended for each resource provider. */ export declare const ARM_API_VERSIONS: Record; /** * Get the API version for a resource type. * Falls back to a default version if the type is not found. */ export declare function getApiVersion(resourceType: string): string; /** * Key Vault data plane API version. * Used for listing secrets (not ARM API). */ export declare const KEY_VAULT_API_VERSION = "7.4"; //# sourceMappingURL=arm-api-versions.d.ts.map