export declare const ADDRESS_LENGTH = 42;
export declare function addressValidator(value: string | undefined): true | "Incorrect address format";
