import type { Either } from '@lokalise/node-core'; import { MessageInvalidFormatError } from '@message-queue-toolkit/core'; import type { PubSubMessage } from '../types/MessageTypes.ts'; export declare function readPubSubMessage(message: PubSubMessage): Either;