import { DockestConfig, DockestOpts } from '../@types';
export declare const getOpts: (opts?: Partial<DockestOpts>) => DockestConfig;
