import * as plugins from '../../plugins.js'; /** * Durable, binding-scoped Web Push admission counters. * * A credential rotation must not reset these counters, so the stable binding * id and lifecycle generation are the authority rather than a credential id. */ export declare class WebPushAdmissionDoc extends plugins.smartdata.SmartDataDbDoc { bindingId: string; lifecycleGeneration: number; shortWindowStartedAt: number; shortWindowCount: number; longWindowStartedAt: number; longWindowCount: number; revision: number; updatedAt: number; purgeAt: Date; static getNativeCollection(): plugins.smartdata.SmartdataCollection['mongoDbCollection']; }