export declare const throwError: (msg: string) => never;
export declare const throwTypescriptError: () => void;
