import type { canister_install_mode } from '@dfinity/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: canister_install_mode;
export declare const INSTALL_MODE_UPGRADE: canister_install_mode;
