import type { LayoutKind } from './LayoutKind'; export type StructLayoutAttribute = { readonly typeId?: any; value?: LayoutKind; };