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