export type EmittedArtifact = {
    filename: string;
    content: string | Uint8Array;
    frame: number;
};
