import { PlaybookOptions, PlaybookService, StorageService } from "../models"; import { ObjectService } from "../services"; export declare class PlaybookServiceFactory { static get(options: PlaybookOptions, contentService: ObjectService, storageService: StorageService): PlaybookService; }