export declare const PLAYER_API_PROPERTY = "___playerAPI";
declare const playerAPI: (name?: string) => (target: any, property: string, descriptor: PropertyDescriptor) => void;
export default playerAPI;
