import { SqrlConfig } from './config'; import { AstObject } from './parse'; export default function compileToString(str: string, env: SqrlConfig): string; export declare function compileScopeIntoFunction(buff: Array, res: string, env: SqrlConfig): string; export declare function compileScope(buff: Array, env: SqrlConfig): string;