export declare function Interaction(): (target: any, key: string | symbol, index: number) => void;
export declare function User(): (target: any, key: string | symbol, index: number) => void;
export declare function Guild(): (target: any, key: string | symbol, index: number) => void;
export declare function Channel(): (target: any, key: string | symbol, index: number) => void;
export declare function Client(): (target: any, key: string | symbol, index: number) => void;
export declare function Query(): (target: any, key: string | symbol, index: number) => void;
export declare function Option(name: string, sendAll?: boolean): (target: any, propertyKey: string | symbol, index: number) => void;
export declare function Field(name: string): (target: any, propertyKey: string | symbol, index: number) => void;
//# sourceMappingURL=context.d.ts.map