Config: {
    exportFullConfiguration(
        options: FullExportOptions,
        resultCallback: ResultCallback<any>,
    ): Promise<FullExportInterface>;
    importFullConfiguration(
        importData: FullExportInterface,
        options: FullImportOptions,
        resultCallback: ResultCallback<any>,
    ): Promise<(object | any[])[]>;
}

Type declaration