export declare class Response { session?: string; currentStep?: string | null; steps: {}; }