type Socket = string | number | null | false | undefined; export declare function tw(...args: (Socket | Record)[]): string; export declare const cx: typeof tw; export {};