/**
 * This function load the wasm module
 * @category Utils
 */
export declare const loadPrivIdModule: (loadAntispoof?: boolean) => Promise<{
    support: boolean;
    message?: string;
}>;
export declare const isModuleLoaded: () => boolean;
export * from './ageestimate';
