export declare function throttleAndDebounce(fn: () => void, delay: number): () => void;
export declare function ensureStartingSlash(path: string): string;
export declare function normalizeLink(url: string): string;
export declare function pathToFile(path: string): string | null;