import type { IType } from '../../types/interfaces/IType';
export declare function formatStructs(params: {
    types: IType[];
}): {
    structs: {
        structName: string;
        typeAnnotations: string;
        inputValues: string;
        outputValues: string;
        recycleRef: boolean;
    }[];
};
//# sourceMappingURL=formatStructs.d.ts.map