export function readOptions({ readjson, find }?: {
    readjson?: any;
    find?: any;
}): Promise<any>;
