/** * These actions are to be used to create raffles reducer */ export declare const RAFFLES_ACTIONS: string[]; /** * These actions are to be used to create raffle reducer */ export declare const RAFFLE_ACTIONS: string[]; /** * These actions are to be used to create raffle participation reducer */ export declare const RAFFLE_PARTICIPATION_ACTIONS: string[]; /** * These actions are to be used to create raffle participation creation reducer */ export declare const RAFFLE_PARTICIPATION_CREATION_ACTIONS: string[]; /** * These actions are to be used to create raffle estimation reducer */ export declare const RAFFLE_ESTIMATION_ACTIONS: string[];