export declare class PolestarError extends Error { constructor(...args: any[]); } export declare class UnresolvableError extends PolestarError { request: string; fromModuleId: string; constructor(request: string, fromModuleId: string); } export declare class CyclicDependencyError extends PolestarError { request: string; constructor(request: string); }