export declare function error(msg: string, ErrorType?: ErrorConstructor): E; export declare function invalidPkgField(field: string, type: string): TypeError; export declare function invalidOptionOld(option: string, type: string): TypeError; export declare function invalidOption(optionName: string, urlHash?: string): TypeError; export declare function inputNotFound(type: string): TypeError;