export declare const Service: (qualifiedName: string) => (target: any) => void; export declare const Public: (options?: { readonly?: boolean; }) => (target: any, propertyKey: string | symbol, descriptor?: PropertyDescriptor) => void; export declare const NetronService: (qualifiedName: string) => (target: any) => void; export declare const NetronMethod: (options?: { readonly?: boolean; }) => (target: any, propertyKey: string | symbol, descriptor?: PropertyDescriptor) => void;