import { SimpleBdd } from '../types.js';
export declare function minimalStringToSimpleBdd(str: string): SimpleBdd;
