/**
 * Represents the AppAuthError type.
 */
export declare class AppAuthError {
    message: string;
    extras?: any;
    constructor(message: string, extras?: any);
}
