/*** Validate an exact Infra object shape, rejecting unknown and superseded configuration keys. */ export declare function isInfraShape(value: unknown, fields: Readonly boolean>>): boolean; //# sourceMappingURL=isInfraShape.d.ts.map