import { Plain } from '../../plain'; import { Entity } from '../entity'; export declare function getPlain(entity: Src, plainName: string): Plain;