export declare class WdCompError extends Error { code?: string; requestId?: string; original?: Error; constructor(message: any, context?: { code?: string; requestId?: string; original?: Error; }); }