import { AwsSdkMockMatchers } from './jestMatchers'; export declare function ordinalOf(n: number): string; declare module 'vitest' { interface Assertion extends AwsSdkMockMatchers { } interface AsymmetricMatchersContaining extends AwsSdkMockMatchers { } }