import { IApplication } from "../IApplication"; export declare class Record { Instance: IApplication; IndexScriptModTime: number; IndexScriptFileName: string; DirectoryFullPath: string; constructor(instance: IApplication, modTime: number, scriptName: string, fullPath: string); }