/**
 * An exception thrown when the executable does not meet the required version for Kind.
 */
export declare class KindVersionRequirementException extends Error {
    constructor(messageOrCause: string | Error, cause?: Error);
}
