export type RobotYoutubeStoreInstructions = { 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; }; robot: '/youtube/store'; credentials: string; title: string; description: string; category: 'autos & vehicles' | 'comedy' | 'education' | 'entertainment' | 'film & animation' | 'gaming' | 'howto & style' | 'music' | 'news & politics' | 'people & blogs' | 'pets & animals' | 'science & technology' | 'sports' | 'travel & events'; keywords: string; visibility: 'private' | 'public' | 'unlisted'; }; export type RobotYoutubeStoreInstructionsWithHiddenFields = { 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; }; robot: '/youtube/store'; credentials: string; title: string; description: string; category: 'autos & vehicles' | 'comedy' | 'education' | 'entertainment' | 'film & animation' | 'gaming' | 'howto & style' | 'music' | 'news & politics' | 'people & blogs' | 'pets & animals' | 'science & technology' | 'sports' | 'travel & events'; keywords: string; visibility: 'private' | 'public' | 'unlisted'; result?: undefined | false | true | 'debug'; }; export type InterpolatableRobotYoutubeStoreInstructions = InterpolatableRobotYoutubeStoreInstructionsInput; export type InterpolatableRobotYoutubeStoreInstructionsInput = { 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; }; robot: '/youtube/store'; credentials: string; title: string; description: string; category?: unknown; keywords: string; visibility: string; }; export type InterpolatableRobotYoutubeStoreInstructionsWithHiddenFields = { 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; }; robot: '/youtube/store'; credentials: string; title: string; description: string; category: string; keywords: string; visibility: string; result?: undefined | string | false | true; }; export type InterpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsInput = { 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; }; robot: '/youtube/store'; credentials: string; title: string; description: string; category?: unknown; keywords: string; visibility: string; result?: undefined | string | false | true; }; //# sourceMappingURL=youtube-store.d.ts.map