export default class TransformError extends Error {
    constructor(message: string);
}
