export declare class AssetGuardError extends Error { code?: string; stack: string; error?: Partial; constructor(message: string, error?: Partial); }