export declare const EpsilonApolloCorsMethod: {
    None: string;
    All: string;
    Reflective: string;
};
export type EpsilonApolloCorsMethod = (typeof EpsilonApolloCorsMethod)[keyof typeof EpsilonApolloCorsMethod];
