import type { SelectType } from '../types/index.js';
/**
 * Sanitizes REST select query to SelectType
 */
export declare const sanitizeSelectParam: (unsanitizedSelect: unknown) => SelectType | undefined;
//# sourceMappingURL=sanitizeSelectParam.d.ts.map