import type { ApiTokenEntry } from '../types/api-token.js'; /** * Resolve programmatic API tokens from env. * - MEMENTO_API_TOKENS JSON array when set and non-empty * - else ADMIN_API_KEY synthesized as legacy-admin with both scopes (deprecation warn once) */ export declare function resolveApiTokens(adminApiKey: string | undefined): ApiTokenEntry[]; /** Test-only reset for deprecation log guard. */ export declare function resetLegacyApiTokenDeprecationLogForTests(): void; //# sourceMappingURL=api-tokens.d.ts.map