import { UserShip } from "./UserShip"; import { AACIRate } from "../index"; export declare function calc(ships: readonly UserShip[]): AACIRate[];