export type KeygenParams = { waypointToken: string; wasmUrl: string; wsUrl: string; }; export declare const keygen: (params: KeygenParams) => Promise;