declare const _default: {
    id: string;
    name: string;
    moduleToImportFromWhenRemote: string;
    importsWhenRemote: string[];
    fields: {
        pageSize: {
            type: "number";
        };
        next: {
            type: "id";
        };
        previous: {
            type: "id";
        };
        sort: {
            type: "schema";
            isArray: true;
            options: {
                schema: {
                    id: string;
                    moduleToImportFromWhenRemote: string;
                    importsWhenRemote: string[];
                    fields: {
                        field: {
                            type: "id";
                            isRequired: true;
                        };
                        direction: {
                            type: "select";
                            options: {
                                choices: {
                                    value: string;
                                    label: string;
                                }[];
                            };
                        };
                    };
                };
            };
        };
    };
};
export default _default;
