export declare const CLI_ERRORS: {
    MISSING_TYPESCRIPT: (path: string) => string;
    WRONG_PLUGIN: (name: string) => string;
};
