export declare const isTrueTuple: <FirstValue, SecondValue>(tuple: readonly [FirstValue, SecondValue]) => tuple is [FirstValue, SecondValue extends true ? SecondValue : never];
//# sourceMappingURL=is-true-tuple.d.ts.map