import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsBase58Props { } /** * check if a string is base58 encoded */ export declare const isBase58: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;