export declare class FormioResourceConfig {
    name: string;
    form: string;
    parents: string[];
}
