export { s as default };
declare class s {
    static s4(): string;
    static new(): string;
}
