import { Backend } from '../Backend'; export declare class Factory { create(data: any): Backend; }