import { type Hex } from "viem"; type SignParams = { rawMessage: Hex; waypointToken: string; clientShard: string; wasmUrl: string; wsUrl: string; }; export declare const _sign: (params: SignParams) => Promise; export {};