export declare const isCodeEqual: (code1?: { code: string; system: string; }, code2?: { code: string; system: string; }) => boolean | undefined;