export declare function tryRequire(name: string): {
    module: any;
    name: string;
    path: string;
} | undefined;
