/**
 * @category Internal
 */
export declare namespace CustomConverterUtils {
    const isString: (maybeString: any) => boolean;
}
