type LZ = typeof import("lz-string"); type TS = typeof import("typescript"); type CompilerOptions = import("typescript").CompilerOptions; type CustomTransformers = import("typescript").CustomTransformers; declare module "typescript" { type Option = { name: string; type: "list" | "boolean" | "number" | "string" | Map; element?: Option; }; const optionDeclarations: Array