/** * Copyright 2021 Insta Industries, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. */ /** * Parses the process's arguments. */ export declare function parseNodeArgs(): Map;