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