/**
 * SwapHistoryService provides swap history functionality
 *
 * @generated from service gfxcafe.oku.account.v1.SwapHistoryService
 */
export declare const SwapHistoryService: {
    readonly typeName: "gfxcafe.oku.account.v1.SwapHistoryService";
    readonly methods: {
        /**
         * Get the swap history for a user (/swap/history)
         *
         * @generated from rpc gfxcafe.oku.account.v1.SwapHistoryService.History
         */
        readonly history: {
            readonly name: "History";
            readonly I: any;
            readonly O: any;
            readonly kind: any;
        };
    };
};
