export declare type Service = 'web' | 'api' | 'exchange'; export declare const services: Service[];