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