export declare class AppHelper {
    static GetId(): string;
    static GetIdWithPrefix(prefix: string): string;
}
