export declare const validate: (rules: any, data: any, attributeLabels?: any, mixin?: any) => Promise<any>;
