/** * Method is called only once for specified time, other calls during this time are blocked and it does nothing and returns null * @param time - Number of miliseconds which specifies period while are calls to this method blocked after first call */ export declare function CallOnce(time: number): MethodDecorator; //# sourceMappingURL=callOnce.decorator.d.ts.map