export declare namespace notification {
    namespace constant {
        const granted = "granted";
        const denied = "denied";
    }
}
