import type { LambdaSource, StorageSource, StructAggregateBuffer, UniformAttribute } from '@use-gpu/core'; export declare const useStructSources: (attributes: UniformAttribute[], source: StorageSource, name?: string) => Record; export declare const getStructSources: (attributes: UniformAttribute[], source: StorageSource, name?: string) => Record; export declare const useStructAggregate: (aggregateBuffer: StructAggregateBuffer) => Record; export declare const getStructAggregate: (aggregateBuffer: StructAggregateBuffer) => Record;