export declare class CoreAspectLinkError extends Error { private id; private err; constructor(id: string, err: Error); }