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