/**
 * Authentication handler factory for creating auth-related endpoints
 */
import type { RequestHandler } from 'msw';
import type { AuthHandlerOptions } from './types';
/**
 * Create authentication handlers
 */
export declare function createAuthHandlers(basePath: string, options?: Partial<AuthHandlerOptions>): RequestHandler[];
//# sourceMappingURL=auth.d.ts.map