/** * Prefix token for usage in the Authorization header * * @param token OAuth token or JSON Web Token */ export declare function withAuthorizationPrefix(token: string): string;