export declare const enum CallerModule { PostQuotation = 0, GetQuotation = 1, PostOrder = 2, PatchOrder = 3, GetOrder = 4, CancellOrder = 5, GetDriver = 6, ChangeDriver = 7, GetMarket = 8, PostWebhook = 9, AddPriorityFee = 10 } export declare function defineCallerModule(path: string, method: string): CallerModule;