import { interfaces } from '@theia/core/shared/inversify'; import { PreferenceSchema } from '@theia/core/lib/common'; export declare const launchSchemaId = "vscode://schemas/launch"; export declare const launchPreferencesSchema: PreferenceSchema; export declare function bindLaunchPreferences(bind: interfaces.Bind): void; //# sourceMappingURL=launch-preferences.d.ts.map