export declare const STATUS_OPTIONS: { id: string; text: string; }[]; export declare const PLATFORM_OPTIONS: { id: string; text: string; }[]; export declare const AD_FORMAT_OPTIONS: { id: string; text: string; }[]; export declare const AD_TYPE_OPTIONS: { id: string; label: string; }[]; export declare const CATEGORY_OPTIONS: { id: string; label: string; }[];