export declare class VSCodeUtils {
    static isExtensionInstalled(extensionName: string): boolean;
}
