/** * Hooks into `Module._resolveLookupPaths` so it can resolve unencrypted source files. * @example * allowUnencrypted(['node_modules']); // This will allow resolution of unencrypted code from `node_modules.asar`. */ export declare function allowUnencrypted(allowedPaths: string[]): void;