* Creates a new blank title sequence. * @param name The name of the title sequence.
(name: string)
| 5566 | * @param name The name of the title sequence. |
| 5567 | */ |
| 5568 | create(name: string): TitleSequence; |
| 5569 | } |
| 5570 | |
| 5571 | interface ImageManager { |
no outgoing calls
no test coverage detected