import { NextRouter } from 'next/router';
export declare function generateRef(referenceID: string, router: NextRouter, isGlobal?: boolean): string;
export declare function normalizeString(input: string): string;
