export interface InitializeParams {
    ancillaryData: string;
    rewardTokenAddress: string;
    reward: string;
    proposalBond: string;
    liveness: string;
    signer: any;
    ctfAdapterAddress: string;
}
export interface ResolveParams {
    questionId: string;
    signer: any;
    ctfAdapterAddress: string;
}
//# sourceMappingURL=index.d.ts.map