import { RelayrGetBundleResponse } from "../types"; export declare function useGetRelayrTxBundle(): { startPolling: (bundleUuid: string) => void; isComplete: boolean; uuid: string | undefined; response: RelayrGetBundleResponse; isPolling: boolean; error: unknown; }; //# sourceMappingURL=useGetRelayrTxBundle.d.ts.map