export declare namespace facebook {
    namespace constant {
        const connected = "connected";
        const not_authorized = "not_authorized";
        const unknown = "unknown";
    }
}
