import { IParserResult } from '@stoplight/types';
export declare function readParsable(name: string, encoding: string): Promise<IParserResult>;
