export interface Options {
    debug: boolean;
    url: string;
}
export declare function sendToAnalytics({ fullPath, href }: {
    fullPath: any;
    href: any;
}, metric: any, options: Options): void;
