import * as fm from "../../../../fetch.pb"; import * as GoogleProtobufTimestamp from "../../../../google/protobuf/timestamp.pb"; export type GetSessionStateRequest = { name?: string; }; export type SessionState = { state?: Uint8Array; creationTime?: GoogleProtobufTimestamp.Timestamp; }; export declare class StateSerialization { static GetSessionState(req: GetSessionStateRequest, initReq?: fm.InitReq): Promise; }