export declare const FILTER_AFTER: { readonly NONE: "none"; readonly DATE_TIME: "afterDateTime"; readonly LAST_BUILD: "afterLastBuild"; readonly IMPORT: "afterImport"; }; export type FilterAfterValue = typeof FILTER_AFTER[keyof typeof FILTER_AFTER];