export declare const baseIndexDefinition: {
    _ts: {
        altName: string;
        index: {
            type: string;
            sortable: boolean;
        };
    };
    _created: {
        altName: string;
        index: {
            type: string;
            sortable: boolean;
        };
    };
    _creator: {
        altName: string;
        index: {
            type: string;
        };
    };
    _organization: {
        altName: string;
        index: {
            type: string;
            sortable: boolean;
        };
    };
};
