import { GoogleProtoDuration } from '@wix/metro-runtime/ambassador'; import { LongMessage as LongMessage$1 } from './index.typings.js'; import '@wix/sdk-types'; interface LongMessage { int64Field?: string; uint64Field?: string; int64ValueField?: string | null; uint64ValueField?: string | null; sint64Field?: string; sfixed64Field?: string; fixed64Field?: string; durationField?: GoogleProtoDuration; id?: string | null; } type __PublicMethodMetaInfo = { getUrl: (context: any) => string; httpMethod: K; path: string; pathParams: M; __requestType: T; __originalRequestType: S; __responseType: Q; __originalResponseType: R; }; declare function publicLongEcho(): __PublicMethodMetaInfo<'GET', {}, LongMessage$1, LongMessage, LongMessage$1, LongMessage>; export { type LongMessage as LongMessageOriginal, type __PublicMethodMetaInfo, publicLongEcho };