export declare function ApiExtension(extensionKey: string, extensionProperties: any): (target: object | Function, key?: string | symbol, descriptor?: TypedPropertyDescriptor<any>) => any;
