export declare const codeText: (code: string, language: string, arg?: string[], filePath?: string) => string | undefined;
export declare const codeTextAlt: (code: string, language: string, arg?: string[], filePath?: string) => Promise<string>;
export declare const getLanguageOptions: (filePath?: string) => Map<string, string>;
