declare const _default: {
    id: string;
    name: string;
    moduleToImportFromWhenRemote: string;
    importsWhenRemote: string[];
    fields: {
        next: {
            type: "id";
        };
        previous: {
            type: "id";
        };
    };
};
export default _default;
