export declare function validateDurationInFrames(durationInFrames: unknown, options: {
    component: string;
    allowFloats: boolean;
}): asserts durationInFrames is number;
