export declare function getAppDirectory(): string;
export declare function findFiles(entry: string): string[];
export declare function isNotUndefined<T>(value: T | undefined): value is T;
