import type { AnyData } from './dataTypes.ts';
import type { BaseData } from './wgslTypes.ts';
export declare function sizeOf(schema: BaseData): number;
/**
 * Returns the size (in bytes) of data represented by the `schema`.
 */
export declare function PUBLIC_sizeOf(schema: AnyData): number;
