import { Any } from '@devvit/protos/types/google/protobuf/any.js'; /** * Decodes error messages from protobuf Any types wrapping StringValue. */ export declare function decodeProtoErrors(errors: readonly Any[]): string[]; //# sourceMappingURL=protoErrorDecoder.d.ts.map