export default class PrintOnce {
    static messagesSet: Set<string>;
    static message(message: string): void;
}
//# sourceMappingURL=PrintOnce.d.ts.map