import { Feature, ResultError } from "../types";
export declare const name = "use-and";
export declare function run(feature: Feature): ResultError[];
