declare class LibraryConstants {
    static LIB_NAME: string;
    static LIB_VERSION: string;
}
export default LibraryConstants;
