export declare type FabricResponse = {
    status: string;
    message: string;
    result: any;
};
