export declare const isCompositionStill: (comp: {
    durationInFrames: number | undefined;
} | null) => boolean;
