export declare function before(target: unknown, name: string, descriptor?: TypedPropertyDescriptor<(...args: any[]) => unknown>): void;