import { ImgurClient } from './client';

export declare function getAuthorizationHeader(client: ImgurClient): Promise<string>;
