export declare class Notification { static getAccesstoken: ({ client_email, private_key, }: { client_email: string; private_key: string; }) => Promise; } //# sourceMappingURL=notifications.d.ts.map