export declare function createLoaderFile({ ssr, loaderPath }: {
    ssr: any;
    loaderPath: any;
}): import("@angular-devkit/schematics").Source;
