export interface TxSubscribeOptions { goto?: string; } declare const defaultSubscribeOptions: TxSubscribeOptions; export { defaultSubscribeOptions };