/** * Lint for 3rd party dependencies — Rhino compatibility + Glide API restrictions. */ export declare class Lint { check(fileContent: string): string | undefined; } /** * Lint for local modules — Rhino compatibility rules only (no Glide restrictions). */ export declare class LocalModuleLint { check(fileContent: string): string | undefined; }