import type { types } from '@abacus-network/utils'; import type { ConnectionClientConfig } from '../../router'; export declare type OwnableConfig = { owner: types.Address; }; export declare type RouterConfig = ConnectionClientConfig & OwnableConfig; //# sourceMappingURL=types.d.ts.map