import type { InjectedType } from 'astro';
export declare function generateIconTypes(filename: string, replacers: {
    collections: string;
    availableIcons: string;
    iconCollections: string;
}): InjectedType;
