import { ValveSchema } from '@deepstream/types'; /** * Compiles a pre-validated config into a format that allows for quicker access * and execution */ export declare const compile: (config: ValveSchema) => any;