import type { Device } from '@luma.gl/core'; export declare function createRenderTarget(device: Device, opts: { id: string; float?: boolean; interpolate?: boolean; }): import("@luma.gl/core").Framebuffer; //# sourceMappingURL=utils.d.ts.map