import { SwapRouteType } from 'types';
export declare const swapQuery: import("@apollo/client").DocumentNode;
export declare const swapWithoutTransactionsQuery: import("@apollo/client").DocumentNode;
export interface SwapRouteQueryResponseType {
    swap: SwapRouteType;
}
//# sourceMappingURL=swap.d.ts.map