export default class StitchServiceRoutes {
    readonly functionCallRoute: string;
    private readonly clientAppId;
    constructor(clientAppId: string);
}
