import { OAuthServerStore } from "@graphorin/core/contracts"; //#region src/oauth/in-memory-store.d.ts /** * Create a new in-memory OAuth server store. Records are kept in * insertion order so `list()` returns deterministic snapshots. * * @stable */ declare function createInMemoryOAuthServerStore(): OAuthServerStore; //#endregion export { createInMemoryOAuthServerStore }; //# sourceMappingURL=in-memory-store.d.ts.map