export declare const useRate: (inputAmount: string, outputAmount: string) => { input: string; output: string; };