/**
 * Get an integer ID for attaching to a JSON RPC request payload.
 */
export declare function getPayloadId(): number;
