/** * Outputs a JSON object corresponding to the input algebra-like. */ export declare function objectify(algebra: any): any;