import { Options } from "read";
export declare function readPromise(options: Options): Promise<{
    err: any;
    result: string;
}>;
