import { AdditionalLayerInfo } from "../../../interfaces"; /** * Utility type that should be used by `readX()` functions to return (partial) * ALI block objects. */ export type AliBlockBody = T extends unknown ? Omit : never; //# sourceMappingURL=AliBlockBody.d.ts.map