import type { PositiveNumber } from '../_types/global';
export declare function strBlindRandom<N extends number>(str: string, blindLength: PositiveNumber<N>, blindStr?: string): string;
