import type { CodeOut } from './CodeOut'; export type CodeListOut = { codes: Array; total: number; }; //# sourceMappingURL=CodeListOut.d.ts.map