Declarative config in data plane

I am using hybrid mode in kong. Control plane and data plane both are running as docker image. I want to know is it possible to use declarative config in data plane??? Such that it use both control plane route logic and declarative config file route logic.

Basically data plane is very similar to declarative config because both are db less and use in memory to route. So is it possible to combine both of them ???