export interface ResHandle {
    isNext: boolean;
    nextTransaction?: any;
    [k: string]: any;
}
export declare type HandleFn = (transaction?: any) => Promise<unknown>;
//# sourceMappingURL=types.d.ts.map