import { Options } from "../types/options";
export type ShowLogsProps = Options & {};
export declare const showLogs: (options: ShowLogsProps) => void;
