/** Check if a path is potentially a native module */
export declare function isNativeModuleAsync(maybeModulePath: string): Promise<boolean>;
