export declare enum ELinstenerTypes { Touchmove = "touchmove", Tap = "tap" } export declare function getAppId(): string;