export declare class DeploymentError extends Error { constructor(err: { code: string; message: string; }); code: string; }