/** * Authentication mock handlers */ import type { RequestHandler } from 'msw'; /** * Create authentication handlers */ export declare function createAuthHandlers(basePath?: string): RequestHandler[]; /** * Default authentication handlers */ export declare const authHandlers: RequestHandler[]; //# sourceMappingURL=auth-handlers.d.ts.map