export declare const validateCollection: {
    create(data: any): Promise<{}>;
    update(data: any): Promise<{}>;
};
