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