import * as Promise from 'bluebird'; export declare const types: { postgres: string; mysql: string; websql: string; odata: { name: string; }; }; export declare const fetchProcessing: (arg1: string) => Promise; export declare const validate: (arg1: any, arg2: boolean) => Promise;