/**
 * Get a set of actions that do not automatically trust the current account, in all lower case.
 *
 * @returns the set of actions that do not automatically trust the current account in all lower case
 */
export declare function actionsThatDoNotAutomaticallyTrustTheCurrentAccount(): Promise<Set<string>>;
//# sourceMappingURL=untrustingActions.d.ts.map