import { Subscription } from './types'; declare const validate: (condition: Subscription, data: any) => boolean; export default validate;