export default function <T>(sdkCall: Promise<any>, options?: {
    noParsing: boolean;
}): Promise<T>;
