import type * as J from 'fp-ts/Json'; import type { Struct } from 'ricos-schema'; export declare const convertStructToJson: (message: Struct) => J.JsonRecord; //# sourceMappingURL=convertStructToJson.d.ts.map