import { WebSocialShareUrlAttributes } from '../types/attributes';
export declare const copy: (attrs: WebSocialShareUrlAttributes) => Promise<void>;
