import type { BeforeReadHook } from '../../../collections/config/types.js'; /** Removes API key secrets before any collection read hooks can observe them. */ export declare const omitAPIKey: BeforeReadHook; //# sourceMappingURL=omitAPIKey.d.ts.map