import { type TgpuLazy } from './slotTypes.ts';
export declare function lazy<T>(compute: () => T): TgpuLazy<T>;
