import { AccountConfigType, AccountDataType, GetNewsOptionsType, NewsType } from '../types';
export declare function getNewsRequest(options: GetNewsOptionsType, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<NewsType>;
//# sourceMappingURL=getNewsRequest.d.ts.map