/**
 * This service should be overwritten in the end application
 * to provide the real identity application ID in the getIdentityAppId() method.
 *
 * @export
 * @class AppIdProvider
 */
export declare class AppIdProvider {
    /**
     * Gets the identity application ID.
     *
     * @returns
     * @memberof AppIdProvider
     */
    getIdentityAppId(): string;
}
