export interface RotateUserKeyInput {
    userId: string;
}
export interface RotateUserKeyOutput {
}
