import { FormElement, JSONSchema } from '@tomino/dynamic-form';
export declare const signatureSchema: JSONSchema;
export declare const personSchema: JSONSchema;
export declare const someSchema: JSONSchema;
export declare const person: {
    id: string;
    name: string;
    description: string;
    schema: JSONSchema;
};
export declare const signature: {
    id: string;
    name: string;
    description: string;
    schema: JSONSchema;
};
export declare const baseSchema: JSONSchema;
export declare const studentSchema: JSONSchema;
export declare const supervisorSchema: JSONSchema;
export declare const unitCoordinatorSchema: JSONSchema;
export declare const adminValidationSchema: JSONSchema;
export declare const userAdjustmentSchema: JSONSchema;
export declare const completeSchema: JSONSchema;
export declare const baseForm: FormElement;
export declare const studentForm: FormElement;
export declare const supervisorForm: FormElement;
export declare const unitCoordinatorForm: FormElement;
export declare const adminValidationForm: FormElement;
export declare const userAdjustmentForm: FormElement;
export declare const completeForm: FormElement;
export declare const completeStudentPositiveForm: FormElement;
export declare const completeStudentNegativeForm: FormElement;
export declare const completeTechForm: FormElement;
export declare const baseFormResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const completeFormResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const studentFormResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const supervisorFormResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const unitCoordinatorFormResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const documentResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    text: string;
    contentType: string;
};
export declare const adminValidationResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const userAdjustmentResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const notifyStudentPositiveResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const notifyStudentNegativeResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
export declare const notifyTechResource: {
    refName: string;
    type: string;
    createdById: string;
    title: string;
    model: FormElement<any, any>;
    schema: JSONSchema;
};
