export declare const isSendPeerToPeerMessageTuple: <FirstValue, SecondValue>(tuple: readonly [FirstValue, SecondValue]) => tuple is [FirstValue, SecondValue extends (...args: any[]) => any ? SecondValue : never];
//# sourceMappingURL=is-send-peer-to-peer-message-tuple.d.ts.map