/** * Filesystem path to the universal gadget dylib for iOS. */ export declare const path: string; /** * The gadget's version number as a string, e.g. `"1.2.3"`. */ export declare const version: string;