import { DataSourceOptions } from "./data-source-options";
export declare class SearchDataSourceOptions extends DataSourceOptions {
    attachmentTypeFilter?: any;
    includeArchives?: boolean;
    includeSla?: boolean;
    includeAttachmentCount?: boolean;
    includeNextDueTask?: boolean;
    customProcedure?: string;
    siteGroupsFilter?: string;
    page?: number;
    pageSize?: number;
}
