import { EmitContext } from "@typespec/compiler"; declare global { interface String { addLine(str: string, tabs?: number, continued?: boolean): string; } } export declare function $onEmit(context: EmitContext): Promise;