import { IResult } from './types'; export declare function handleResult(warnings: string[], errors: string[]): IResult;