import { Options } from '@theia/core/shared/@parcel/watcher'; /** * Inversify service identifier allowing extensions to override options passed to parcel by the file watcher. */ export declare const ParcelWatcherOptions: unique symbol; export type ParcelWatcherOptions = Options; //# sourceMappingURL=parcel-options.d.ts.map