import { del, DelOptions } from './del'; import { kpy, KpyOptions } from './kpy'; export { KpyOptions, kpy, DelOptions, del };