import type { FieldAccess } from '../../../fields/config/types.js'; /** Allows API key creation and updates only for users with admin access. */ export declare const canCreateOrUpdateAPIKey: FieldAccess; //# sourceMappingURL=canCreateOrUpdateAPIKey.d.ts.map