export declare class IndexFile {
    id: string;
    title: string;
    url: string;
    fileType: string;
    createdOn: Date;
    createdBy: number;
    constructor(data?: any);
}
