/**
 * @description menu config
 * @author wangfupeng
 */
export declare function genCodeLangs(): {
    text: string;
    value: string;
}[];
