import { ISettings } from "../types";
export declare const showDist: (settings: ISettings) => Promise<void>;
