export declare const languages: readonly ["json", "shell"];
export declare const json: (strings: readonly string[]) => string;
export declare const shell: (strings: readonly string[]) => string;
export { default } from 'cli-highlight';
