import { Workbench } from './workbench';
export declare function withLightScene(workbench: Workbench, taskCallback: () => Promise<void>): Promise<void>;
