import type { AnonymizedSuperJsonDocument, NormalizedSuperJsonDocument } from '@superfaceai/ast'; import type { ICrypto } from '../../../interfaces'; export declare function anonymizeSuperJson(document: NormalizedSuperJsonDocument): AnonymizedSuperJsonDocument; export declare function hashSuperJson(document: NormalizedSuperJsonDocument, crypto: ICrypto): string;