/** * Check if given file exists and try to read the content as string. * @param input */ export declare const readSpecFromDisk: (input: string) => Promise;