export declare const SIGN_COMMANDS: string[];
export declare function isSignCommand(argv: any): boolean;
export declare enum CommandType {
    WARP_DEPLOY = "warp:deploy",
    WARP_SEND = "warp:send",
    WARP_APPLY = "warp:apply",
    SEND_MESSAGE = "send:message",
    AGENT_KURTOSIS = "deploy:kurtosis-agents",
    STATUS = "status:",
    SUBMIT = "submit:",
    RELAYER = "relayer:",
    CORE_APPLY = "core:apply"
}
//# sourceMappingURL=signCommands.d.ts.map