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