import type { StructLookup } from '../types/index.js'; export declare function parseStructs(signatures: readonly string[]): StructLookup; //# sourceMappingURL=structs.d.ts.map