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