import { ThreadGenerator } from '../threading'; /** * Perform a transition that fades between the scenes. * * @param duration - The duration of the transition. */ export declare function fadeTransition(duration?: number): ThreadGenerator; //# sourceMappingURL=fadeTransition.d.ts.map