import type { Address } from './Address';
import type { MoveModuleId } from './MoveModuleId';
/**
 * Delete a module
 */
export declare type DeleteModule = {
    address: Address;
    /**
     * State key hash
     */
    state_key_hash: string;
    module: MoveModuleId;
};
//# sourceMappingURL=DeleteModule.d.ts.map