import { ClassDeclaration, ObjectLiteralExpression } from 'ts-morph';
/**
 *
 * @param objectExpression
 */
export declare function getPlaygroundsClassDeclarations(objectExpression: ObjectLiteralExpression): ClassDeclaration[];
