export declare function watchResize({ scope }: {
    scope: {
        channelId: string;
    };
}): void;
