/**
 * ABI for the IVaultStorage contract
 */
export declare const IVaultStorageAbi: readonly [];
/**
 * Type-safe ABI for the IVaultStorage contract
 */
export type IVaultStorageAbiType = typeof IVaultStorageAbi;
/**
 * Bytecode for the IVaultStorage contract
 */
export declare const IVaultStorageBytecode = "0x";
/**
 * Deployed bytecode for the IVaultStorage contract
 */
export declare const IVaultStorageDeployedBytecode = "0x";
