import type { SanitizedCollectionConfig } from '../../collections/config/types.js'; import type { AuthStrategyFunction } from '../index.js'; export declare const APIKeyAuthentication: (collectionConfig: SanitizedCollectionConfig) => AuthStrategyFunction; //# sourceMappingURL=apiKey.d.ts.map