import { Execution } from '../Execution'; export declare class ExecutionResponse { count: number; builds: Execution[]; }