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