import type { ServerOptions } from '../index.ts'; /** Update the Kitten package. */ export default function (options: ServerOptions & { 'api-version'?: number; }): Promise;