import type { StructDetail, StructInitPlainType } from '../../lib/types.js';
/**
 * Generate a simple struct
 * - def must has no nested struct or union
 */
export declare function genSimpleStruct(def: StructInitPlainType, name?: string, pointer?: string): StructDetail;
export declare function genSimpleUnion(def: StructInitPlainType, name?: string, pointer?: string): StructDetail;
//# sourceMappingURL=struct.simple.helper.d.ts.map