import { Options } from '../options';
export declare const isCompatible: ({ framework }: Options, shouldLog?: boolean) => boolean;
