import type { FieldHook } from '../../../fields/config/types.js'; /** Prevents the encrypted key from surviving field-level reads. */ export declare const omitEncryptedAPIKey: FieldHook; //# sourceMappingURL=omitEncryptedAPIKey.d.ts.map