import { ClassDeclaration, ObjectLiteralExpression } from 'ts-morph';
/**
 *
 * @param expression
 * @param playgroundId
 * @param playground
 */
export declare function getTargetForPlayground(playground: ObjectLiteralExpression): ClassDeclaration | undefined;
