import { Subscription } from './types'; declare const generateFql: (ast: Subscription) => string; export default generateFql;