import { ICliReadParameters } from '../interfaces'; export declare const read: (options: ICliReadParameters) => Promise;