import { ObjectLiteralExpression } from 'ts-morph';
/**
 *
 * @param expression
 * @param playgroundId
 * @param playground
 */
export declare function getContentForPlayground(playground: ObjectLiteralExpression): Record<string, string>;
