/**
 * SpecialOrdersService provides unified order history functionality
 *
 * @generated from service gfxcafe.oku.account.v1.SpecialOrdersService
 */
export declare const SpecialOrdersService: {
    readonly typeName: "gfxcafe.oku.account.v1.SpecialOrdersService";
    readonly methods: {
        /**
         * Get order history across multiple chains (/specialorders/history)
         *
         * @generated from rpc gfxcafe.oku.account.v1.SpecialOrdersService.History
         */
        readonly history: {
            readonly name: "History";
            readonly I: any;
            readonly O: any;
            readonly kind: any;
        };
    };
};
