export interface RotateTokenOut { ingestUrl: string; } export declare const RotateTokenOutSerializer: { _fromJsonObject(object: any): RotateTokenOut; _toJsonObject(self: RotateTokenOut): any; };