/**
 * An exception thrown when parsing the output of a kind command fails.
 */
export declare class KindParserException extends Error {
    constructor(messageOrCause: string | Error, cause?: Error);
}
