builder.io 1.6.39 → 1.6.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,7 +54,6 @@ export interface CodeGenSessionOptionsInitialUrl extends CodeGenSessionOptionsBa
54
54
  initialUrl: string;
55
55
  }
56
56
  export type CodeGenSessionOptions = CodeGenSessionOptionsSession | CodeGenSessionOptionsInitialUrl;
57
- export declare function createCodeSession(options: CodeGenSessionOptions): Promise<CodeGenSession>;
58
57
  export declare class CodeGenSession {
59
58
  #private;
60
59
  constructor(options: CodeGenSessionOptions);