import type { Address } from "viem"; import { type NetworkType } from "../../sdk/index.js"; import type { BotBaseType, BotParameters, MigrationBotState } from "./types.js"; export declare const PARTIAL_LIQUIDATION_BOT_CONFIGS: Partial[]>>; export declare const PARTIAL_LIQUIDATION_BOT_SALT = "GEARBOX"; export declare const PARTIAL_LIQUIDATION_BOT_DEPLOYER: Address; export declare const LEGACY_MIGRATION_BOT: MigrationBotState; export declare const PERMISSION_BY_TYPE: Record, bigint>;