import { WrappedCallback } from '../../../session/contracts/wrappedCallback.js'; import { SchedulerExecutionInfo } from './schedulerExecutionInfo.js'; export declare class GetSchedulerResponse { id: string; header: Record; startAt: string; callback: WrappedCallback; payload: any; execution: SchedulerExecutionInfo; created_at: string; } //# sourceMappingURL=getSchedulerResponse.d.ts.map