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