export declare const err_str = "\uD83D\uDD25 Command Dispatch Interrupted \uD83D\uDD25"; export declare const noSubEr: (c: any, i: any) => string; export declare const noEroEr: (c: any, i: any) => string; export declare const task_not_array_error: (x: any) => string; export declare const no_args_error: (C: any, i?: any) => string; export declare const NA_keys: (c: any, i: any) => string;