export declare function formatTxMetaForRpcResult(txMeta: any): any;
/**
 * Wait the specified number of milliseconds.
 *
 * @param duration - The number of milliseconds to wait.
 * @returns A promise that resolves after the specified amount of time.
 */
export declare function timeout(duration: number): Promise<void>;
