import type { AnyData } from './dataTypes.ts';
import type { BaseData } from './wgslTypes.ts';
export declare function isContiguous(schema: BaseData): boolean;
/**
 * Returns `true` if data represented by the `schema` doesn't have padding.
 */
export declare function PUBLIC_isContiguous(schema: AnyData): boolean;
