/**
 * Get the version of the package
 */
export declare function iamDataVersion(): Promise<string>;
/**
 * Get the date the data was last updated
 *
 * @returns the date the data was last updated
 */
export declare function iamDataUpdatedAt(): Promise<Date>;
//# sourceMappingURL=version.d.ts.map