import { Creative } from './creative';
export interface ProgrammaticCreative extends Creative {
    isSafeFrameCompatible?: boolean;
}
