import type { IcManagementDid } from '@icp-sdk/canisters/ic-management';
export declare const SIMPLE_INSTALL_MAX_WASM_SIZE = 2000000;
export declare const INSTALL_MAX_CHUNK_SIZE = 1000000;
export declare const INSTALL_MODE_RESET: IcManagementDid.canister_install_mode;
export declare const INSTALL_MODE_UPGRADE: IcManagementDid.canister_install_mode;
