import type { Guard, TypeOf } from "../types";
export declare function isTuple<T extends readonly [Guard<unknown>, ...Guard<unknown>[]]>(guards: T): Guard<{
    [K in keyof T]: TypeOf<T[K]>;
}>;
//# sourceMappingURL=isTuple.d.ts.map