import Error from "./error"; export declare class NoLengthError extends Error { name: string; }