/** * Register all custom Vitest matchers (idempotent). */ export declare function registerMatchers(): void; export { toBeAuthenticated } from './auth.js'; export { toHaveCount } from './collection.js'; export { toBeSoftDeleted, toExistInDatabase } from './database.js'; export { toBeModel, toMatchModel } from './model.js'; export { toHaveValidationErrors } from './validation.js'; //# sourceMappingURL=index.d.ts.map