import type { HexString } from '../types';
export declare function getGrReply(wasm: HexString | ArrayBuffer | Uint8Array, fn: string): Promise<Uint8Array>;
