declare const getVersion: (assertion: any) => "2.0" | null;
export { getVersion };
