export declare class HeadsignFormatter {
    static format(headsign: string): string;
}
