export type FabricDecoderType = (getResult: Uint8Array) => string;
export declare function buildGenericDecoder(): FabricDecoderType;
export declare function buildChannelInfoDecoder(): FabricDecoderType;
export declare function buildBlockDecoder(channel: string): FabricDecoderType;
//# sourceMappingURL=fabric-decoder.d.ts.map