export declare function containsValidProofStatement(searchText: string, name?: string | null): boolean;
export declare function containsValidAddressProofStatement(proofStatement: string, address: string): boolean;
