import { ComponentProps } from '../types'; import { GpuShaderDefinition } from '../gpu/contract'; import { StdDefinition } from './types'; /** Lower a std definition to the engine contract. */ export declare function defineStd(definition: StdDefinition): GpuShaderDefinition; //# sourceMappingURL=lower.d.ts.map