/** * This function is used to prepare the runtime for the SDK to work. * It should be called as a part of SDK initialization. * It exposes Node.js APIs in global namespace, so they can be bundled and used in workflow code. */ export declare const prepareRuntime: () => void;