export interface DeleteProviderInput {
    issuer: string;
}
export interface DeleteProviderOutput {
}
