export interface ScenarioGenOutput { schemas: string; functions: string; } /** * Generate the scenario instrumentation functions (`pikku scenario` coverage * snapshots and stub-call inspection) into the project scaffold, so scenario * runs work against any server without requiring the console addon. */ export declare const serializeScenarioFunctions: (pathToPikkuTypes: string, requireAuth?: boolean) => ScenarioGenOutput;