import { GeneratorContext } from '@polyprism/core'; declare function emit(ctx: GeneratorContext): Promise; export { emit };