import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsBase32Props { } /** * Check if a string is base32 encoded. */ export declare const isBase32: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;