export declare class DisplayNumberingStringFormatter {
    static format(str: string, items: string[]): string;
}
