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