import { FileListControl } from '@docsvision/webclient/BackOffice/FileListControl';
export interface IFileListOperation {
    readonly isFileListOperation: boolean;
    initializeFileListOperation(fileListControl: FileListControl): any;
}
