/** * OpenAPI component schemas exported by `@nauth-toolkit/mfa-totp`. * * Notes: * - Schemas are generated at build time into `dist/src/openapi/components.schemas.json` * - Schema names are prefixed with `MfaTotp` to avoid collisions when merging * multiple nauth-toolkit OpenAPI exports. */ export interface NAuthOpenApiDocument { openapi: string; components: { schemas: Record; }; } export declare function loadNAuthOpenApiDocument(): NAuthOpenApiDocument; export declare function loadNAuthOpenApiSchemas(): Record; //# sourceMappingURL=index.d.ts.map