export declare class YouTubeNotifier {
    private readonly channels;
    private readonly webhookUrl;
    private lastVideos;
    constructor(channels: string[], webhookUrl: string);
    poll(): Promise<void>;
    private sendNotification;
}
//# sourceMappingURL=YouTubeNotifier.d.ts.map