export type RobotVimeoStoreInstructions = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; result: false | true; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; credentials?: undefined | string; robot: '/vimeo/store'; title: string; description: string; acl: 'password' | 'anybody' | 'contacts' | 'disable' | 'nobody' | 'unlisted' | 'users'; password?: undefined | string; showcases: Array; downloadable: false | true; folder_id: null | string; folder_uri?: undefined | string; }; export type RobotVimeoStoreInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; credentials?: undefined | string; robot: '/vimeo/store'; title: string; description: string; acl: 'password' | 'anybody' | 'contacts' | 'disable' | 'nobody' | 'unlisted' | 'users'; password?: undefined | string; showcases: Array; downloadable: false | true; folder_id: null | string; folder_uri?: undefined | string; result?: undefined | false | true | 'debug'; access_token?: undefined | string; }; export type InterpolatableRobotVimeoStoreInstructions = InterpolatableRobotVimeoStoreInstructionsInput; export type InterpolatableRobotVimeoStoreInstructionsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; result?: undefined | string | false | true; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; credentials?: undefined | string; robot: '/vimeo/store'; title: string; description: string; acl?: undefined | string; password?: undefined | string; showcases?: undefined | string | Array; downloadable?: undefined | string | false | true; folder_id?: undefined | null | string; folder_uri?: undefined | string; }; export type InterpolatableRobotVimeoStoreInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept: string | false | true; ignore_errors: string | Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; credentials?: undefined | string; robot: '/vimeo/store'; title: string; description: string; acl: string; password?: undefined | string; showcases: string | Array; downloadable: string | false | true; folder_id: null | string; folder_uri?: undefined | string; result?: undefined | string | false | true; access_token?: undefined | string; }; export type InterpolatableRobotVimeoStoreInstructionsWithHiddenFieldsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; credentials?: undefined | string; robot: '/vimeo/store'; title: string; description: string; acl?: undefined | string; password?: undefined | string; showcases?: undefined | string | Array; downloadable?: undefined | string | false | true; folder_id?: undefined | null | string; folder_uri?: undefined | string; result?: undefined | string | false | true; access_token?: undefined | string; }; //# sourceMappingURL=vimeo-store.d.ts.map