import { Base } from '../../memi'; export declare class UfcApplication extends Base { name: string; constructor(props?: Partial); }