import { EntityHandler } from './EntityHandler';
export declare class HandlerFactory {
    static getHandler(resource: string): EntityHandler;
}
