import type { CodePen, ProjectConfig, StackBlitz } from "../configs/types.js"; export declare function useCodePenSandbox(config: ProjectConfig, example?: string): void; export declare function useStackBlitzSandbox(config: ProjectConfig, example?: string): void; //# sourceMappingURL=sandbox-helpers.d.ts.map