export interface FileInfo {
    AbsoluteFileUrl: string;
    ServerRelativeUrl: string;
    FileExtension?: string;
    Id: string;
    ListId: string;
    WebId: string;
    SiteId: string;
}
//# sourceMappingURL=IFileInfo.d.ts.map