import { ObjectLiteralExpression } from 'ts-morph';
/**
 * Returns the playgrounds expression
 * @param objectLiteralExpression - The object literal expression of the page
 */
export declare function getPlaygroundsExpression(objectLiteralExpression: ObjectLiteralExpression): ObjectLiteralExpression | undefined;
