declare global {
    interface StringConstructor {
        empty: string;
    }
}
export {};
