import type { Filter } from "./model"; /** * constant to create a filter to make a job or workflow only run on master */ export declare const FilterMainBranchOnly: Filter;