import { Tree } from '@angular-devkit/schematics';
export declare const packageName = "@ngx-pwa/local-storage";
export declare function getAngularMajorVersion(host: Tree): number;
export declare function getAllMainPaths(host: Tree): Promise<string[]>;
export declare function getMainPath(host: Tree, userProject?: string): Promise<string>;
