export declare const START_INTAKE_STAGE = "START_INTAKE_STAGE"; export declare const startIntakeStage: () => { type: string; }; export declare const START_FILL_SLOT_STAGE = "START_FILL_SLOT_STAGE"; export declare const startFillSlotStage: () => { type: string; };