import { KeyValue } from '../../../vision/types'; export declare class FileVars { static load(): KeyValue; static loadFile(file: string): string | null; }