import { MapperOptions } from "./options"; export declare class MapperOptionsBuilder { static buildAll(opts?: MapperOptions): MapperOptions; }