export declare const mockIntegrateYml = "\nenv:\n  test: true\npreInfo: Config pre info\npostInfo:\n  title: test\n  message: Config post info\nsteps:\n  - task: prompt\n    actions:\n      - name: test2\n        type: text\n        text: Test prompt\n        when:\n          test: true\n        validate:\n          regex: .*\n          message: test\n      - name: test3\n        type: boolean\n        text: Test prompt\n        when:\n          test: false\n      - name: test12\n        type: boolean\n        text: Test prompt\n      - name: testMulti\n        type: multiselect\n        text: Test prompt\n        options:\n          - value: opt1\n          - value: opt2\n  - task: app_delegate\n    name: app_delegate\n    label: 'Will not run'\n    when:\n      test: false\n    actions: []\n  - task: app_delegate\n    when:\n      test: true\n    label: 'App Delegate'\n    actions:\n      - prepend: \"#import <Firebase.h>\"\n      - block: didFinishLaunchingWithOptions\n        prepend: \"[FIRApp configure];\"\n  - task: app_delegate\n    preInfo: Task pre info\n    postInfo: Task post info\n    actions:\n      - prepend: \"#import <Firebase.h>\"\n      - block: didFinishLaunchingWithOptions\n        prepend: \"[FIRApp configure];\"";
