/**
 * @category Errors
 */
export declare class TestplaneInternalError extends Error {
    constructor(message: string);
}
