import type { Operation } from 'oas'; export default function prepareAuth(authKey: (number | string)[], operation: Operation): Record;