export declare class ServiceNotFoundError extends Error { constructor(name: string, stack?: string[]); } export declare class DecoratorError extends Error { constructor(message: string, target: any, key: string, index: number); }