import { WebSocialShareWithTextAttributes } from '../types/web-social-share-attributes';
export declare const hackernews: (attrs: WebSocialShareWithTextAttributes) => Promise<void>;
