export interface IndexTypeDirective { type: "u8" | "u16" | "u32" | "u64" | "i8" | "i16" | "i32" | "i64"; } //# sourceMappingURL=directives.d.ts.map