export declare class ThrottleBehavior {
    name: string;
    constructor(binding: any, args: any);
}
