import { TsonTuple } from '../sync/syncTypes.js';

declare function isTsonTuple(v: unknown, nonce: string): v is TsonTuple;

export { isTsonTuple };
