import { type Pointer } from "bun:ffi"; import type { FFISymbols } from "./ffi.js"; export declare class GPUSamplerImpl implements GPUSampler { readonly samplerPtr: Pointer; private lib; __brand: "GPUSampler"; label: string; ptr: Pointer; constructor(samplerPtr: Pointer, lib: FFISymbols, label?: string); destroy(): undefined; }