/** * Outputs text that describes the http status code according to the trakt docs * @param status trakt api http response status code * @returns Meaning of the status code for trakt */ export declare function describeTraktStatusCode(status: number): string; //# sourceMappingURL=traktStatus.d.ts.map