import { TokenBoundSmartWalletConfig } from "./types"; import { SmartWalletConnector } from "../smart-wallet"; import { FactoryContractInfoInternal } from "../smart-wallet/types"; export declare class TokenBoundSmartWalletConnector extends SmartWalletConnector { protected tbaConfig: TokenBoundSmartWalletConfig; constructor(input: TokenBoundSmartWalletConfig); protected defaultFactoryInfo(): FactoryContractInfoInternal; } //# sourceMappingURL=index.d.ts.map