export declare class FabricUtil { static isPayloadFabricRequest(payload: any): boolean; static isPayloadFabricResponse(payload: any): boolean; }