export declare function resolveSilent(moduleId: string): string | null;
export declare function resolveFromSilent(fromDirectory: string, moduleId: string): string | null;
