export declare enum AppType { UNKNOWN = 0, NATIVE = 1, GATSBY = 2 } export declare function probeAppType(pwd: string): [AppType, boolean]; //# sourceMappingURL=probeAppType.d.ts.map