export interface STTTokenResponse {
    token: string;
    region: string;
}
