export declare enum GqlParamtype {
    ROOT = 0,
    ARGS = 3,
    CONTEXT = 1,
    INFO = 2
}
//# sourceMappingURL=gql-paramtype.enum.d.ts.map