export declare class HttpLoader { paths: string[]; httpDevelopmentPath: string; init(): Promise; protected fetchAppPaths(): string[]; build(): Promise; } //# sourceMappingURL=http-loader.d.ts.map