import type { TokenizationParams, TokenizationResult } from '../types'; export declare function tokenize(params: TokenizationParams): Promise;