export declare class AtxPreloadService { private readonly preload; constructor(preload: any); get(preloadName: any, type?: string): any; }