export declare const preload: (url: string, options: { as: "style" | "script" | "audio" | "document" | "embed" | "fetch" | "font" | "image" | "object" | "track" | "video" | "worker"; }) => void; export declare const preloadModule: (_url: string) => any; export declare const getPreloads: () => string; export declare const clearPreloads: () => void; //# sourceMappingURL=preload.d.ts.map