export { CampaignArgs } from "./campaign";
export type Campaign = import("./campaign").Campaign;
export declare const Campaign: typeof import("./campaign").Campaign;
export { GetCampaignArgs, GetCampaignResult, GetCampaignOutputArgs } from "./getCampaign";
export declare const getCampaign: typeof import("./getCampaign").getCampaign;
export declare const getCampaignOutput: typeof import("./getCampaign").getCampaignOutput;
