export function props<V>(path: string, options?: {
    isStrict?: boolean | undefined;
} | undefined): <X extends Record<string, any>>(x: X) => V;
