declare type Props = { maxFee: string; gasOptions: any; baseFee: string; }; export declare const useWaitTime: ({ maxFee, gasOptions, baseFee }: Props) => string; export {};