import SASjs from '@sasjs/adapter/node';
/**
 * Export compute context to json file in current folder.
 * @param {string} contextName - name of the context to export.
 * @param {object} sasjs - configuration object of SAS adapter.
 * @param {string} accessToken - an access token for an authorized user.
 */
export declare function exportContext(contextName: string, sasjs: SASjs, accessToken: string): Promise<void>;
