import type { AccountAdapter } from '../adapter.js'; import { type DeploymentMaterial } from '../deployment.js'; import type { AccountConstruction } from '../types.js'; export declare function safeV0FactoryMaterial(input: AccountConstruction): Pick, 'factory' | 'factoryData'>; export declare function createSafeAdapter(construction: AccountConstruction): AccountAdapter; //# sourceMappingURL=safe.d.ts.map