export declare const delay: (ms: number) => Promise; export declare function applyMixins(baseClass: any, mixins: any[]): any; export declare function MomentType(): PropertyDecorator; export declare function CollectionType(): PropertyDecorator;