export type Runtime = typeof import('../index'); export declare function loadRuntime(): Promise; export declare function isArtifact(file: string, content: string): boolean; export declare function extractEmbeddedSource(content: string): string | undefined;