import type { OtType } from '../types'; import type { StringOp } from './types'; export * from './types'; export { validate } from './validate'; export { apply } from './apply'; export { compose } from './compose'; export { transform } from './transform'; export { normalize } from './util'; export declare const type: OtType;