export declare class BinderDecorator { body(): (target: any, propertyKey: string, index: number) => void; cookie(name?: string): (target: any, propertyKey: string, index: number) => void; } export declare const bind: BinderDecorator;