declare const types: {
    GoogleServer: {
        config: symbol;
    };
    GoogleClient: {
        config: symbol;
    };
};
export { types as Types };
//# sourceMappingURL=Types.d.ts.map