import { DisclosureOptions } from "./appType"; export declare function revealBitmapFromMapping(attributeToReveal: { [key: string]: string; }): string[]; export declare function revealBitmapFromAttributes(disclosureOptions: DisclosureOptions): string[]; export declare function unpackReveal(revealedData_packed: string | string[]): string[]; export declare function formatAndUnpackReveal(revealedData_packed: string[]): string[]; export declare function formatAndUnpackForbiddenCountriesList(forbiddenCountriesList_packed: string[]): string[];