import type { PayloadHandler } from '../../config/types.js'; /** * Reveals an encrypted API key when the collection explicitly enables reveal support. * This endpoint is only injected when `auth.useAPIKey.reveal` is `true`. */ export declare const revealAPIKeyHandler: PayloadHandler; //# sourceMappingURL=revealAPIKey.d.ts.map