import { IBasicPackageGroup } from '../interfaces/packageGroup'; export declare function isEditorSupported(code: string, supportedPackages: IBasicPackageGroup[], propValue?: boolean): boolean;