/** * Constructs a special Record type that enables intellisense on the respective record's keys in the IDE, similar to behavior of a class or static interface. */ declare function asStrategy

(): >(arg: T) => T; export { asStrategy };