export declare const TAB_SIZE: readonly ["s", "m"];
export type TabSize = (typeof TAB_SIZE)[number];
