import { FormattableHandlerInterface } from '@livy/contracts/lib/formattable-handler-interface';
/**
 * Check whether a value implements the FormattableHandlerInterface
 *
 * @param value The value to check
 */
export declare function isFormattableHandlerInterface(value: any): value is FormattableHandlerInterface;
