import { SignedState, State } from '../types'; export declare const ONE_DAY = 86400; export declare const participants: { A: { privateKey: string; signingAddress: import("../types").Address; participantId: string; destination: import("../types").Destination; }; B: { privateKey: string; signingAddress: import("../types").Address; participantId: string; destination: import("../types").Destination; }; H: { privateKey: string; signingAddress: import("../types").Address; participantId: string; destination: import("../types").Destination; }; }; declare type Peer = keyof typeof participants; export declare function signStateHelper(state: State, ...by: Peer[]): SignedState; export {}; //# sourceMappingURL=test-helpers.d.ts.map