import { Environment } from './environment'; export declare class StorytellerConfig { environment: Environment; apiKey: string; constructor(environment: Environment, apiKey: string); }