export declare function error(msg: string): TypeError; export declare function invalidPkgField(field: string, type: string): TypeError; export declare function invalidOption(option: string, type: string): TypeError; export declare function noTsInput(desc: string): TypeError;