export interface MOS3Api { key: string; method: "GET" | "POST" | "PUT" | "DELETE"; path: RegExp; } export declare const MOS3ApiDefinitions: any; //# sourceMappingURL=serviceConstant.d.ts.map