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