import { APIFunctionTypes } from './api/lad-api-utils'; import { AccountRoles } from './index'; export declare function API(type?: APIFunctionTypes, roles?: AccountRoles[]): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function Index(target: any, propertyKey: string): void; export declare function PublicEvent(target: any, propertyKey: string): void;