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