export interface PollingEndpointConsumerSeekOut {
    iterator: string;
}
export declare const PollingEndpointConsumerSeekOutSerializer: {
    _fromJsonObject(object: any): PollingEndpointConsumerSeekOut;
    _toJsonObject(self: PollingEndpointConsumerSeekOut): any;
};
