export declare function resolve(moduleId: string): string;
export declare function resolveFrom(fromDirectory: string, moduleId: string): string;
