export function getResponseCodeMessage(responseCode: string | {
    toString: () => any;
}): string;
