export type CodecErrorInfo = {
    id: string;
    path: string;
    message: string;
};
//# sourceMappingURL=CodecErrorInfo.d.ts.map