export declare const THREE_BLOCKS_THREE_CAPTURE_TRANSFORM_VERSION: "r185-capture-v5"; export interface ThreeCaptureInstrumentationResult { readonly code: string; readonly state: 'applied' | 'already-applied'; } /** Bootstrap capture and prepare each renderer to use the #34068 debug callback. */ export declare function transformThreeWebgpuCaptureInstrumentation(source: string, options?: { readonly runtimeImport?: string; readonly id?: string; readonly forceWebGL?: boolean; }): ThreeCaptureInstrumentationResult;