import type { FilterInput, ModuleRuntimeConfig } from './types';
export * from './utils-pure';
/**
 * Transform a literal notation string regex to RegExp
 */
export declare function normalizeRuntimeFilters(input?: FilterInput[]): (RegExp | string)[];
export declare function useSimpleSitemapRuntimeConfig(): Readonly<ModuleRuntimeConfig>;
