import { WebSocialShareWithTextAttributes } from '../types/attributes';
export declare const hackernews: ({ socialShareUrl, socialShareText, openWindowTarget: target }: WebSocialShareWithTextAttributes) => Promise<void>;
