import { Recorder } from './Recorder'; /** Construct a fresh canvas {@link Recorder}. Returns an object that can be passed as * the `render` option to `renderAether` (or `render`), or used standalone to record * draw calls from non-aether code. */ export declare const record: () => Recorder; //# sourceMappingURL=record.d.ts.map