import type { SignalMixinInterface } from './signal.js';
import type { Constructor } from '@gecut/types';
export declare class ScheduleUpdateToFrameMixinInterface extends SignalMixinInterface {
}
export declare function ScheduleUpdateToFrameMixin<T extends Constructor<SignalMixinInterface>>(superClass: T): Constructor<ScheduleUpdateToFrameMixinInterface> & T;
//# sourceMappingURL=schedule-update-to-frame.d.ts.map