export declare enum Fee {
    FAST = "Fast",
    MEDIUM = "Medium",
    SLOW = "Slow"
}
//# sourceMappingURL=Fee.d.ts.map