import type { CLIContext, CloudCliConfig } from '../types'; export declare function notificationServiceFactory({ logger }: CLIContext): (url: string, token: string, cliConfig: CloudCliConfig) => void; //# sourceMappingURL=notification.d.ts.map