declare const workspace: { title: string; description: string; type: string; }; declare const repo_slug: { title: string; description: string; type: string; }; declare const token: { title: string; type: string; description: string; }; declare const pipelinesRunBody: { title: string; description: string; type: string; properties: { target: { title: string; type: string; properties: { ref_type: { title: string; type: string; }; type: { title: string; type: string; }; ref_name: { title: string; type: string; }; source: { title: string; type: string; }; destination: { title: string; type: string; }; destination_commit: { title: string; type: string; properties: { hash: { title: string; type: string; }; }; }; commit: { title: string; type: string; properties: { type: { title: string; type: string; }; hash: { title: string; type: string; }; }; }; selector: { title: string; type: string; properties: { type: { title: string; type: string; }; pattern: { title: string; type: string; }; }; }; pull_request: { title: string; type: string; properties: { id: { title: string; type: string; }; }; }; }; }; variables: { title: string; type: string; items: { type: string; properties: { key: { title: string; type: string; }; value: { title: string; type: string; }; secured: { title: string; type: string; }; }; }; }; }; }; export { workspace, repo_slug, pipelinesRunBody, token };