import { DirectiveNode } from "graphql"; import { Auth } from "../types"; declare function getAuth(directive: DirectiveNode): Auth; export default getAuth; //# sourceMappingURL=get-auth.d.ts.map