import type { GetContentOptions } from './types'; export declare const generateContentUrl: (options: GetContentOptions) => URL;