export interface NativeOrderActionBridgeContract { reserveOrder(payload: Object): Promise; createServiceRequestToken(): Promise; }