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