export declare const campaignStatus: {
    pending: string;
    in_review: string;
    verified: string;
};
