export declare function findFile(startPath: string, filename: string): string | null;
export declare function resolveAbsolutePath(baseFilePath: string, relativeImportPath: string): string;
