declare class GDJCError extends Error { code: string; constructor(code: string, ...args: any); get name(): string; } export { GDJCError };