import type { EnvUsage, FrameworkWarning } from '../../config/types.js'; /** * Validates environment variable usages against framework-specific rules * @param usages - Array of environment variable usages * @param cwd - Current working directory to detect framework * @param fileContentMap - Map of file paths to their content for detecting client components * @returns Array of framework-specific warnings */ export declare function frameworkValidator(usages: EnvUsage[], cwd: string, fileContentMap?: Map): FrameworkWarning[]; //# sourceMappingURL=frameworkValidator.d.ts.map