export class IGraphicsEffect { name: String; constructor(); } export class IGraphicsEffectSource { constructor(); }