export declare class InitializerMetadata { private _type; readonly type: Function; constructor(type: Function); }