export declare const lang2Query: {
    javascript: string;
    typescript: string;
    c: string;
    cpp: string;
    python: string;
    rust: string;
    go: string;
    c_sharp: string;
    ruby: string;
    java: string;
    php: string;
    swift: string;
    solidity: string;
    css: string;
    vue: string;
};
export type SupportedLang = keyof typeof lang2Query;
//# sourceMappingURL=lang2Query.d.ts.map