import type { TSDDeclarationReflection } from '../types'; export declare function useReflection(id?: number, required?: boolean): T | null; export declare function useRequiredReflection(id?: number): T; //# sourceMappingURL=useReflection.d.ts.map