import { interfaces } from '@theia/core/shared/inversify'; import { PreferenceSchema } from '@theia/core/lib/common/preferences/preference-schema'; export declare const taskSchemaId = "vscode://schemas/tasks"; export declare const taskPreferencesSchema: PreferenceSchema; export declare function bindTaskPreferences(bind: interfaces.Bind): void; //# sourceMappingURL=task-preferences.d.ts.map