export declare class Application {
    appId: string;
    displayAppId: string;
    name: string;
    userId: string;
    status: string;
    anonymousLoginEnabled: boolean;
    appPublicKey: string;
    appToken: string;
    appleLoginEnabled: boolean;
    createdAt: string;
    googleLoginEnabled: boolean;
    handleType: string;
    locales: Array<string>;
    signup: string;
    userNamesEnabled: boolean;
}
