import type { LC } from '@use-gpu/live'; import type { OverscanOptions } from '../../pass/types.d.cts'; export type MotionBufferProps = { resolution?: number; overscan?: OverscanOptions; }; export declare const MOTION_DEPTH_FORMAT = "depth32float"; export declare const MOTION_RENDER_FORMATS: string[]; export declare const MotionBuffer: LC;