import { NodePath } from '@babel/traverse'; export declare class InvalidEncodingType extends Error { constructor(type: string, nodePath: NodePath, err?: TypeError); }