import * as vscode from 'vscode'; export declare function flatten(obj: any, prefix?: any): {}; export declare function findPositionInCode(text: string, code: string): vscode.Position; export declare function findMatchKey(langObj: any, text: any): string; export declare const getAllFiles: (dir: any) => any; export declare function dirAdaptor(rootPath: any): any;