import type { ExtendedPG } from "../../../types/core.js"; export default function getSelectMeta({ name, startsWith, key, nocache, parent, lang, pg, }: { name: string; startsWith?: boolean; key?: string; nocache?: any; parent?: string; lang?: string; pg?: ExtendedPG; }): Promise; //# sourceMappingURL=getSelectMeta.d.ts.map