import { ValidationRuleContract } from "../contracts";
export declare function mime(args: Array<string>, trust?: boolean): ValidationRuleContract;
