import { LinkOptions, Link } from './utils/types'; export declare const createLink: (options: LinkOptions) => Link;