import { WarpCoreConfig, WarpRouteDeployConfigMailboxRequired } from '@hyperlane-xyz/sdk';
import { CommandContext } from '../context/types.js';
export declare function readWarpRouteDeployConfig(filePath: string, context: CommandContext): Promise<WarpRouteDeployConfigMailboxRequired>;
export declare function isValidWarpRouteDeployConfig(config: any): boolean;
export declare function createWarpRouteDeployConfig({ context, outPath, advanced, }: {
    context: CommandContext;
    outPath: string;
    advanced: boolean;
}): Promise<void>;
export declare function readWarpCoreConfig(filePath: string): WarpCoreConfig;
//# sourceMappingURL=warp.d.ts.map