export declare const Messages: { DEPS_DIFF_INIT: (workspace1: string, workspace2: string) => string; DEPS_DIFF_EMPTY: (workspace1: string, workspace2: string) => string; DEPS_LIST_INIT: string; DEPS_UPDATE_INIT: (locator: string) => string; DEPS_UPDATE_INIT_PROCESS: string; DEPS_UPDATE_INVALID_FORMAT_ERROR: (locator: string) => string; DEPS_UPDATE_EMPTY: string; };