export interface IngestEndpointSecretOut {
    key: string;
}
export declare const IngestEndpointSecretOutSerializer: {
    _fromJsonObject(object: any): IngestEndpointSecretOut;
    _toJsonObject(self: IngestEndpointSecretOut): any;
};
