import type { PageConfig } from "./types.js"; /** * Applies a local configuration file to the AI Studio page. * @param config - The configuration object to apply. */ export declare const applyPageConfig: (config: PageConfig) => Promise; //# sourceMappingURL=manager.d.ts.map