import { SmrtCollection } from '@happyvertical/smrt-core'; import { OAuthState } from '../oauth-state.js'; export declare class OAuthStateCollection extends SmrtCollection { static readonly _itemClass: typeof OAuthState; findByState(state: string): Promise; findExpired(now?: Date): Promise; deleteExpired(now?: Date): Promise; } //# sourceMappingURL=oauth-state-collection.d.ts.map