/** * Determines if the current environment is Node-Webkit */ export declare const isNodeWebkit: () => boolean;