import type { EntityDataRegistry, EntityRegistry } from './'; import type { AbleRegistry } from './able'; export declare function able(registry: AbleRegistry): any; /** * @param andAbles - 多个able,条件且 * @param orAbles - 多个able,条件或 */ export declare function ables(andAbles: AbleRegistry[], orAbles?: AbleRegistry[]): any; export declare function entity(registry: EntityRegistry): any; export declare function entities(registry: EntityRegistry): any; export declare function payload(payloadKey: string | Symbol): any; export declare function params(...registries: EntityDataRegistry[]): any; //# sourceMappingURL=playground-decorators.d.ts.map